home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / wiggi_wa.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  296 b   |  10 lines

  1. _root.WPI_ArcadeStartSingleGame = function()
  2. {
  3.    trace("WPI_ArcadeStartSingleGame called - the current game has started");
  4. };
  5. _root.WPI_ArcadeStopSingleGame = function(score)
  6. {
  7.    trace("WPI_ArcadeStopSingleGame called - the current game has finished with score: " + score);
  8. };
  9. stop();
  10.